'
\ufeffConsider the database transactions listed below. T1 \ufeffa = \ufeffread(x) \ufeffb = \ufeffread(y) \ufeffwrite(y,a+b) \ufeffcommit T2 \ufeffe = \ufeffread(z) \ufeffwrite(y,e+1) \ufeffwrite(x,e+2) \ufeffcommit Assume that the initial values of the persistent data items x, \ufeffy and z are the following: x = 1, \ufeffy = 2 \ufeffand z = 2. \ufeffShow a sample concurrent execution of the transactions T1, \ufeffand T2 \ufeffthat is view serializable and it is NOT conflict serializable. Prove that the execution is view serializable and it is NOT conflict serializable. To prove that the execution is view serializable and it is NOT conflict serializable use a technique of two-dimensional diagrams